Skip to main content

vScrollBar

Type

property

Summary

Show or hide built-in vertical scrollbar.

Syntax

set the vScrollBar of widget to <String>
get the vScrollBar of widget

Description

Values can be one of ["On","Off","Auto"]. The "On" value will always show the vertical scrollbar, "Off" will hide the vertical scrollbar and "Auto" will show it when needed.

Examples

set the vScrollBar of widget"PolyGrid" to "Auto"